home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00241.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  236 b   |  13 lines

  1. on exitFrame
  2.   global REGCOUNT, UPG
  3.   if UPG = 0 then
  4.     if REGCOUNT < 4 then
  5.       set the keyDownScript to "REGSCRIPT"
  6.     end if
  7.     if REGCOUNT >= 3 then
  8.       set the keyDownScript to EMPTY
  9.     end if
  10.   end if
  11.   go(the frame)
  12. end
  13.